ParagraphAdd(String) Method
Adds a string object to the content. Tabs, line breaks and runs of
multiple spaces are encoded as the corresponding ODF elements
(<text:tab/>, <text:line-break/>, <text:s/>) so the
whitespace survives the white-space collapsing that OpenDocument
consumers apply to plain character data.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public void Add(
string text
)
Public Sub Add (
text As String
)
- text String